dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleNumber Structure / OracleNumber Constructor / OracleNumber Constructor(Byte[])
The System.byte[] value to be stored as an OracleNumber.

In This Topic
    OracleNumber Constructor(Byte[])
    In This Topic
    Initializes a new instance of the OracleNumber structure with the specified System.byte[] value.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value() As Byte _
    )
    public OracleNumber( 
       byte[] value
    )

    Parameters

    value
    The System.byte[] value to be stored as an OracleNumber.
    See Also